Eu integrei a funcionalidade de chamada baseada em VoIP no iOS. Para cada chamada, recebo push de VoIP do servidor para iniciar a chamada. // AppDelegate.swift func pushRegistry (_ registry: PKPushRegistry, didReceiveIncomingPushWith carga útil: PKPushPayload, para tipo: PKPushType, conclusão: @escaping () -> Void) { tipo de guarda == .voIP else { conclusão () Retorna } SBLog ("VOIPpayload: \ (payload.dictionaryPayload)") se deixar userInfoDic = payload.dictionaryPayload como? [String: Qualquer] { if let isChatNotification = userInfoDic ["notificationType"] como? String, isChatNotification == "chat" {// Não estamos enviando VoIP para iOS 13 Chat. Portanto, este bloco não será executado se deixar connectionService = AppDelegate.sdkManager? .getConnectionService (), deixar stream = connectionService.xmppStream, stream.isConnected { if! SDKManager.shared.getPresenceService (). gotAckForSentAvailableAwayPresence { AppDelegate.sdkManager? .GetPresenceService (). MakeOffline () AppDelegate.sdkManager? .GetPresenceService (). RunForwardMAM () } SBLog ("XMPP está conectado (por VOIP)") } outro{ // Se o usuário estiver conectado se permitir userDict: NSDictionary = getUsersData () { let isMarker = (userInfoDic ["isMarker"] como? Bool) ?? falso if isMarker { AppDelegate.sdkManager? .GetInbox (). GetInboxMarkers () }outro{ deixe bearerToken = userDict.value (forKey: BearerTokenKey) como! Corda deixe myUserID = userDict.value (forKey: UserIdKey) como! Corda // # 72114. Conexão de fluxo múltiplo. Ao receber notificação em BG. AppDelegate.connectionService? .ConnectionType = .fromNotificationService se deixar connectionService = AppDelegate.sdkManager? .getConnectionService (), deixe _ = connectionService.xmppStream { AppDelegate.connectionService? .ManualConnect () }outro{ AppDelegate.connectionService? .Connect (userId: myUserID, password: "", bearerToken: bearerToken) } } } } DispatchQueue.main.async { conclusão () } } outro { / * // Verificando se o usuário está logado. guard User.shared.isLogined == true else { conclusão () Retorna } * / self.socketStackFlushingInProgress = false self.socketQueue = SBQueue () callPayloadDict = userInfoDic if! isSocketConnected () { AppDelegate.sharedInstance.connectWithSocket () } let roomId = self.callPayloadDict? ["roomId"] como? Corda ?? "" let name = self.callPayloadDict? ["name"] como? Corda ?? "" let profilePicture = self.callPayloadDict? ["profilePicture"] como? Corda ?? "" let userId = self.callPayloadDict? ["userId"] como? Corda ?? "" let callType = self.callPayloadDict? ["callType"] como? Corda ?? "" let callObj = CallRecord (name: name, profilePicture: profilePicture, roomId: roomId, userId: userId, callType: callType, callUUID: UUID ()) CallKitHandler.sharedInstance.showIncomingCall (callObj: callObj, isFromVOIP: true) {(provedor, atualização, newUUID, chamada) em provider.reportNewIncomingCall (com: newUUID, update: update) {erro em se erro == nulo { CallKitHandler.sharedInstance.reportEventsPostCallReporting (callObj: callObj, conclusão: {_ in CallKitHandler.sharedInstance.callManager.add (call: call) if! User.shared.isLogined { CallKitHandler.sharedInstance.clearCalls () } outro { self.validateCallerDetails (callUUID: newUUID, provider: provider, callObj: callObj) } }) } conclusão () } } } } } Aqui está a implementação do método showIncomingCall de CallKitHandler conforme fornecido abaixo, // CallKitHandler.swift /// Método para processar a chamada recebida. /// - Parâmetros: /// - callObj: call obj /// - isFromVOIP: isCall de VoIP ou Socket /// - conclusão: retorno de chamada de conclusão func showIncomingCall (callObj: CallRecord, isFromVOIP: Bool, Completation: ((CXProvider, CXCallUpdate, UUID, Call) -> Void)?) { self.callObj = callObj if CallKitHandler.sharedInstance.connectedCallObj == nil { AppDelegate.sharedInstance.isCallConnected = false } self.callType = .incoming self.ongoingRoomID = callObj.roomId let update = CXCallUpdate () update.supportsHolding = false update.supportsGrouping = false update.supportsUngrouping = false update.remoteHandle = CXHandle (tipo: .generic, valor: callObj.name ?? "") update.hasVideo = callObj.callType == SBCallType.video.getCallTypeForSocket ()? verdadeiro falso deixe newUUID = callObj.callUUID ?? UUID () // UUID (uuidString: callObj.roomId ?? "") ?? UUID () callObjUUID = newUUID let call = Call (uuid: newUUID, handle: callObj.name ?? "", roomID: callObj.roomId ?? "") conclusão? (self.provider, update, newUUID, call) } Iniciei corretamente o método reportNewIncomingCall do CallKit para cada notificação push de VoIP. Mesmo assim, estou obtendo as falhas no Firebase. + [_ CFXNotificationTokenRegistration keyCallbacks] Exceção fatal: NSInternalInconsistencyException Killing app porque nunca postou uma chamada de entrada para o sistema após receber um push PushKit VoIP ligue de volta. Além disso, mesmo uma única vez, não enfrentei esse travamento do aplicativo enquanto o aplicativo estava usando / depurando no meu telefone. (ou seja, não vi o aplicativo travar visualmente) Alguma sugestão para este problema ??
2020-12-26 08:12:17
Se o aplicativo continuar a falhar, significa que, em algumas circunstâncias, você não reporta uma nova chamada recebida. Talvez por causa de um bug você esteja enviando mensagens de chat por push VoIP para alguns dispositivos iOS 13, quem sabe. Você deve relatar uma chamada falsa para qualquer branch de seu código que não chame reportNewIncomingCall (como já descrevi nesta resposta). função reportFakeCall (Completation: @escaping () -> Void) { let callUpdate = CXCallUpdate () deixe vCallId = UUID () provider.reportNewIncomingCall ( com: vCallId, update: callUpdate, conclusão: {erro em conclusão () self.endCall (com: vCallId) // transação CXEndCallAction }) } O fato de você não ver nenhum travamento ao usar o aplicativo é normal: o aplicativo só trava quando está em segundo plano. | sua resposta StackExchange.ifUsing ("editor", function () { StackExchange.using ("externalEditor", function () { StackExchange.using ("snippets", function () { StackExchange.snippets.init (); }); }); }, "partes de codigo"); StackExchange.ready (function () { var channelOptions = { tags: "" .split (""), id: "1" }; initTagRenderer ("". split (""), "" .split (""), channelOptions); StackExchange.using ("externalEditor", function () { // Tem que disparar o editor após os snippets, se os snippets estiverem habilitados if (StackExchange.settings.snippets.snippetsEnabled) { StackExchange.using ("snippets", function () { createEditor (); }); } outro { createEditor (); } }); function createEditor () { StackExchange.prepareEditor ({ useStacksEditor: false, heartbeatType: 'answer', autoActivateHeartbeat: false, convertImagesToLinks: true, noModals: true, showLowRepImageUploadWarning: true, reputaçãoToPostImages: 10, bindNavPrevention: true, postfix: "", imageUploader: { brandingHtml: "Powered by \ u003ca href = \" https: //imgur.com/ \ "\ u003e \ u003csvg class = \" svg-icon \ "width = \" 50 \ "height = \" 18 \ "viewBox = \ "0 0 50 18 \" fill = \ "none \" xmlns = \ "http: //www.w3.org/2000/svg \" \ u003e \ u003cpath d = \ "M46.1709 9.17788C46.1709 8.26454 46,2665 7,94324 47,1084 7,58816C47.4091 7,46349 47,7169 7,36433 48,0099 7,26993C48.9099 6,97997 49,672 6,73443 49,672 5,93063C49,672 5,22043 48,9832 4,61182 48,1414 4,61182C47,4335 4,26993C48.9099 6,97997 49,672 6,73443 49,672 5,93063C49,672 5,22043 48,9832 4,61182 48,1414 4,61182C47,4335 4,6431182 4,25.654,23,7623,74,6281 4,9281 467823,621 4,96281 4,9823,623,623,461,45,023,74,6281 4,9823,1623,623,14,6281 4,9282 C 4,9281 4,923,623,623,76,2 53,76,23,76,823,14,65,0281 4,928,023,623,14,65,0281 4,928,023,623. 43.1481 6.59048V11.9512C43.1481 13.2535 43.6264 13.8962 44.6595 13.8962C45.6924 13.8962 46.1709 13.2535 46.1709 11.9512V9.17788Z \ "/ \ u003e \ u003cpath d = \" M32.492 10.1439219 C32.492.492. 41.5985 12.6954 41.5985 10.1419V6.59049C41.5985 5.28821 41.1394 4.66232 40.1061 4.66232C39.0732 4.66232 38.5948 5.28821 38.5948 6.59049V9.60062C38.5948 10.8521 38.2696 11.5455 37.0454 11.5204 11.5204 11.5458.5948.5948 5.28821 38.5948 6.59049V9.60062C38.5948 10.8521 38.2696 11.5455 37.0454 11.520 11.520 11.5204 11.520 11.5204 11.5204 11.5458 11.5204 11.5204 11.5204 11.520 c 11.5204 11.520. 521 35.4954 9.60062V6.59049C35.4954 5.28821 35.0173 4.66232 34.0034 4.66232C32.9703 4.66232 32.492 5.28821 32.492 6.59049V10.1419Z \ "/ \ u003e \ u003cpath fill-rule = \" evenodd \ "clip-rule = \" evenodd \ "clip-rule = ” .1369 4.56087 21.0134 6.57349 21.0134 9.27932C21.0134 11.9852 23.003 13,913 25.3754 13.913C26.5612 13,913 27.4607 13.4902 28.1109 12.6616C28.1109 12.7229 28.1161 12.7799 28.779 28.121 12.8346C 25.3754 13.913C26.5612 13,913 27.4607 13.4902 28.1109 12.6616C28.1109 12.7229 28.1161 12.7799 28.7799 2877121 12.8346C 27.4607 13.4902. 15,2321 24,1352 14,9821 23,5661 14,787C23,176 14,6393 22,8472 14,5218 22,5437 14,5218C21,7977 14,5218 21,2429 15,0123 21,2429 15,6887C21,2429 16,7375 22,9072 17,6335 25,6622 17,6335ZM 7,01724,13,24,24,24,24,16,10 7,01724,13,24,24,24,26,26,10 7,01724,13,24,24,24,26,26,10 7,01724,17,24,24,24,26,26,10 7,01724,13,24,24,24,26,26,10 7,01724,17 9,24,24,26,26,10 7,01724,13,24,24,24,26,26,10 7,01724,13,24,24,24,24,26,10 7,01724,17 9,24,24,26,26,10 7,01724,17 9,24,24,26,10 26,97,27,27,24,24,94,26,94. 27,2119 7,09766 28,0918 7,94324 28,0918 9,27932C28,0918 10,6321 27,2311 11,5116 26,1024 11,5116C24,9737 11,5116 24,1317 10,6491 24,1317 9,27932Z \ "/ \ u003e \ u003cpath d = 13,5116 26,1024 11,5116C24,9737 11,5116 24,1317 10,6491 24,1317 9,27932Z \" / \ u003e \ u003cpath d = 13,89,35,16,25 13,62,25 C 13,62,25 13,62,25 13,62,25 13,62 C; 19,8079 13,2535 19,8079 11.9512V8.12928C19.8079 5,82936 18,4879 4,62866 16,4027 4.62866C15.1594 4,62866 14,279 4,98375 13,3609 5.88013C12.653 5,05154 11,6581 4,62866 10,3573 4.62866C9.34336 4,62866 8,57809 4,89931 7,9466 5.5079C7.58314 4,9328 7,10506 4,66232 6,51203 4,66232 4.66232C5.47873 5,00066 5,28821 5,00066 6.59049V11.9512C5.00066 13,2535 5,47873 13,8962 6,51203 13.8962C7.54479 13,8962 8,0232 13,2535 8,0232 11.9512V8.90741C8.0232 7,58817 8,44431 6,91179 9,53458 6.91179C10.5104 6,91179 10,893 7,58817 10,893 8.94108V11.9512C10.893 13,2535 11,3711 13,8962 12,4044 13,8962 C13,4375 13,8962 13,9157 13,2535 13,9157 11,9512V8.90741C13,9157 7,58817 14,3365 6,91179 15,4269 6,91179C16,4027 6,91179 16,8045 7,58817 16,8045 8,94108V11.9512Z \ "/ \ u003e \ u003cpath d = \ "M3.31675 6.59049C3.31675 5.28821 2.83866 4.66232 1.82471 4.66232C0.791758 4.66232 0.313354 5.28821 0.313354 6.59049V11.9512C0.313354 13,2535 0.791758 13.892.182471 4.66232C0.791758 4.66232 0,313354 5.28821 0.313354 6.59049V11.9512C0.313354 13,2535 0.791758 13.896213.2571.871.871.821.313354 6.59049V11.9512C0.313354 13.2535 0.791758 13.8962 1.82471 13.2571C3,2571.3512C0.313354 13,2535 0.79175813.5962.18251.871.871.3251.3251.3258.13258.3,31675 11.9512V6.59049Z \ "/ \ u003e \ u003cpath d = \" M1.87209 0.400291C0.843612 0,400291 0 1,1159 0 1.98861C0 0,822846 3,57676 1,87209 2,87869 3.57676C2.90056 3,57676 3,7234 2,87869 3,7234 1.98861C3.7234 1,1159 2,90056 0,400291 1,87209 0,400291 Z \ "fill = \" # 1BB76E \ "/ \ u003e \ u003c / svg \ u003e \ u003c / a \ u003e", contentPolicyHtml: "Contribuições do usuário licenciadas sob \ u003ca href = \" https: //stackoverflow.com/help/licensing \ "\ u003ecc by-sa \ u003c / a \ u003e \ u003ca href = \" https://stackoverflow.com / legal / content-policy \ "\ u003e (política de conteúdo) \ u003c / a \ u003e", allowUrls: true }, onDemand: true, discardSelector: ".discard-answer" , imediatamenteShowMarkdownHelp: true, enableTables: true, enableSnippets: true }); } }); Obrigado por contribuir com uma resposta para Stack Overflow! Certifique-se de responder à pergunta. Forneça detalhes e compartilhe sua pesquisa! Mas evite ... Pedir ajuda, esclarecimento ou responder a outras respostas. Fazer declarações com base em opinião; apoie-os com referências ou experiência pessoal. Para saber mais, veja nossas dicas sobre como escrever boas respostas. Rascunho salvo Rascunho descartado Cadastre-se ou faça o login StackExchange.ready (function () { StackExchange.helpers.onClickDraftSave ('# login-link'); }); Inscreva-se usando o Google Cadastre-se usando o Facebook Inscreva-se usando e-mail e senha Enviar Postar como convidado Nome O email Obrigatório, mas nunca mostrado StackExchange.ready ( function () { StackExchange.openid.initPostLogin ('. New-post-login', 'https% 3a% 2f% 2fstackoverflow.com% 2fquestions% 2f62928877% 2fcfxnotificationtokenregistration-keycallbacks-crash% 23new-answer', 'question_page'); } ); Postar como convidado Nome O email Obrigatório, mas nunca mostrado Publique a sua resposta Descartar Ao clicar em “Publique sua resposta”, você concorda com nossos termos de serviço, política de privacidade e política de cookies Não é a resposta que você está procurando? Navegue por outras perguntas com a tag ios webrtc voip ios13 callkit ou faça sua própria pergunta.